females = {
	archetype = BIOLOGICAL

	possible = { authority = { NOT = { value = auth_machine_intelligence text = SPECIES_CLASS_MUST_NOT_USE_MACHINE_INTELLIGENCE } } }

	portraits = {
		"garachnid"
		"larachnid"
		"gfсentaur"
		"necronomicon"
		"amisfe"
	}

	graphical_culture = humanoid_01
	move_pop_sound_effect = "moving_pop_confirmation"

}

males = {
	archetype = BIOLOGICAL

	possible = { authority = { NOT = { value = auth_machine_intelligence text = SPECIES_CLASS_MUST_NOT_USE_MACHINE_INTELLIGENCE } } }

	portraits = {
		"lcentaur"
		"lgob"
		"lork"
		"ltauren"
		"lworgen"
	}

	graphical_culture = mammalian_01
	move_pop_sound_effect = "moving_pop_confirmation"

}

tentacles = {
	archetype = BIOLOGICAL

	possible = { authority = { NOT = { value = auth_machine_intelligence text = SPECIES_CLASS_MUST_NOT_USE_MACHINE_INTELLIGENCE } } }

	portraits = {
		"otentacles"
		"htentacles"
		"ptentacles"
		"ltentacles"
		"stentacles"
	}

	graphical_culture = aquatic_01
	move_pop_sound_effect = "molluscoid_pops_move"

	resources = {}
}